react 用 axios 打 localhost api server 出現 ERR_NETWORK 錯誤


將 express server 加上 cors 就好囉

npm install cors
import cors from 'cors';
app.use(cors({credentials:true}));
#React #Express #nodejs #cors #Axios






你可能感興趣的文章

Git change specific commit message

Git change specific commit message

const 斷言 & infer 關鍵字

const 斷言 & infer 關鍵字

【Vue 學習筆記】Pinia 製作購物車

【Vue 學習筆記】Pinia 製作購物車






留言討論